stopNestedScroll

Stop a nested scroll in progress.

This is a delegate method. Call it from your View subclass method/androidx.core.view.NestedScrollingChild interface method with the same signature to implement the standard policy.


open fun stopNestedScroll(type: Int)(source)

Stop a nested scroll in progress.

This is a delegate method. Call it from your View subclass method/androidx.core.view.NestedScrollingChild2 interface method with the same signature to implement the standard policy.